home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / developer-tools / andere sprachen / ucb_logo / logolib / do.until < prev    next >
Encoding:
Text File  |  1996-07-16  |  134 b   |  8 lines

  1. to do.until :until.instr :until.pred
  2. run :until.instr
  3. if run :until.pred [stop]
  4. do.until :until.instr :until.pred
  5. end
  6.  
  7. bury "do.until
  8.